Python零碎点笔记

updating on 2017/8/27

整理个人用过的Python零碎的资料

1.Python windows平台配置汇总

2.Python 常用库文档汇总

3.Python 常用库安装

PS:无VS2015的windows下pip安装wordcloud报错
Unable to find vcvarsall.bat,不用去装SDK/VS那些,下载对应Python版本的whl文件。之后,pip install [whl文件名]

3.正则表达式

4.Python相关教程